SftTree/OCX 7.0

SftTreeColumns.ColumnIndex Property

Softel vdm, Inc.

Returns the real column number given a display position of a column.

Syntax       

Get

VB.NET

ColIndex = object.ColumnIndex(ByVal DispColIndex As Short)  As Short

VB

ColIndex = object.ColumnIndex(ByVal DispColIndex As Integer)  As Integer

C#.NET

short ColIndex = object.get_ColumnIndex(short DispColIndex);

VC++

short ColIndex = object->ColumnIndex[short DispColIndex];
short ColIndex = object->GetColumnIndex(short DispColIndex);

C

HRESULT object->get_ColumnIndex(short DispColIndex, short* ColIndex);

Delphi

ColIndex := object.ColumnIndex[DispColIndex : Smallint]   : Smallint;

object

A SftTreeColumns object.

DispColIndex

The display column number whose real column number is to be returned.

ColIndex

Returns the real column number given a display position of a column.

Comments

The ColumnIndex property returns the real column number given a display position of a column.

As a user reorders columns, this is completely transparent to the application.  An application still references cells and columns by the "real" column number, which is the original column number that the cell or column had before columns were reordered by the user.  While columns appear in a new order after dragging a column to a new position, the application references cells and columns by their real column number which never changes.

If a user reorders columns using column drag & drop, the (display) column numbers, which is the column number as it appears to the user, may need to be translated into the real column number as used by an application.

The ColumnsObj.Move method can be used to reorder columns under program control.

See Also  SftTreeColumns Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com